home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / picmanip / pic_r2z / sc2degas / sc2degas.doc < prev    next >
Text File  |  1995-05-05  |  3KB  |  97 lines

  1. 07/21/90
  2.  
  3.                               SC2DEGAS.PRG
  4.                             A SimCity Utility
  5.                        by Robert Lowrey - R.LOWREY
  6.  
  7.  
  8. You should have in this ARC:
  9. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10.  
  11.                     SC2DEGAS.PRG -  the program
  12.                     SCGRAFX.DAT  -  the graphics file for the program
  13.                     SC2DEGAS.DOC -  what you are reading
  14.  
  15. Rationale:
  16. ~~~~~~~~~~~
  17.  
  18. The Atari ST version of SimCity does not have a "Print" option.  Maxis
  19. has stated that they are not going to write a print utility for the 
  20. ST.  This fired several random neurons in my brain and while this is NOT
  21. a map print utility, if you print the DEGAS pics with CyberPrint and an
  22. Okimate 20 color printer, you get pretty darn good results.
  23.  
  24.  
  25. What it does for you:
  26. ~~~~~~~~~~~~~~~~~~~~~
  27.  
  28. This program will read a SimCity save game file (.CTY) and produce 12 
  29. DEGAS .PI1 files which represent the playfield map.  Original SimCity
  30. graphics are used and, if printed, the DEGAS pics will form a nice map
  31. for you.
  32.  
  33.  
  34. What to do: 
  35. ~~~~~~~~~~~
  36.  
  37. Switch to low-rez.  Place the .PRG & .DAT files in the same directory.
  38. Make sure that wherever the .CTY file is, there is about 400K disk space
  39. free (the program will write the DEGAS files to the same path as the 
  40. .CTY file).  Run the program, it will load the graphics file and then 
  41. show a file selector box for a .CTY file.  Pick a save game file and sit
  42. back while it shows & saves the 12 pics.  
  43.  
  44.  
  45. Advanced User Hints:
  46. ~~~~~~~~~~~~~~~~~~~~
  47. Before running the program, create at least a 400K RAM disk and copy the
  48. .CTY file to it.  Things will run much faster.
  49.  
  50. Press and hold both shift keys when a screen is being drawn to abort the
  51. program and force an immediate exit.
  52.  
  53. Any SimCity save game file from Mac/Amiga/ST/IBM should load in and work
  54. fine.  
  55.  
  56. Program does not check for "out of disk space" (what do you expect for a
  57. freeware program?), so check to be sure that you have all 12 output .PI1
  58. files and that they are 32034 bytes long if you are tight on space.
  59.  
  60. Filenames for .PI1 files are derived from the city name from the save game
  61. file and the letters 'A'-'L' appended to them.  The 12 pics are laid out
  62. in a 3-across - 4-down grid:
  63.  
  64.                   PICA.PI1         PICB.PI1          PICC.PI1
  65.                   PICD.PI1         PICE.PI1          PICF.PI1
  66.                   PICG.PI1         PICH.PI1          PICI.PI1
  67.                   PICJ.PI1         PICK.PI1          PICL.PI1
  68.  
  69. Best print results are obtained by using CyberPrint & an Okimate 20 color
  70. printer.
  71.  
  72.  
  73. Disclaimer:
  74. ~~~~~~~~~~~
  75.  
  76. THIS PROGRAM/DESK ACCESSORY MAY BE BENIGN OR IT MAY BE HARMFUL. IT IS
  77. *NOT* GUARANTEED TO DO ANYTHING.  BY READING THIS DOCUMENT, YOU ASSUME ALL
  78. LIABILITY FOR ANY DAMAGE IT DOES TO YOUR COMPUTER, MEDIA USED BY YOUR
  79. COMPUTER AND/OR DATA STORED UPON SAID MEDIA FOR NOW AND FOREVER MORE, UPON
  80. THIS PLANET AND/OR ANY PLANETS OF LESSER OR HIGHER DIMENSIONS.  I, THE
  81. AUTHOR, ASSUME *NO* RESPONSIBILITY FOR THE USE/MISUSE OF THIS PROGRAM FROM
  82. NOW TILL THE END OF TIME.
  83.  
  84.  
  85. The End:
  86. ~~~~~~~~
  87.  
  88. If you have problems, suggestions etc, please leave E-mail on GEnie to
  89. R.LOWREY.  
  90.  
  91. Robert Lowrey
  92.  
  93.  
  94. SimCity is a trademark of Maxis
  95.  
  96. Many thanks to Maxis for releasing the save game file format; without it,
  97. this program could not have been written.